home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / sticky / doco.txt next >
Encoding:
Text File  |  1993-12-11  |  1.8 KB  |  62 lines

  1. Sticky
  2. ------
  3.  
  4. Simple VB3 WINSOCK app to allow a very simple inter-PC communication
  5. using a metaphor of those millions of bits of sticky yellow paper.
  6. You can send a message to any PC with Sticky "listen" running.
  7.  
  8.  
  9. To install
  10. ----------
  11.  
  12. anon ftp to commsun.its.csiro.au, cd csiro/msdos/sticky, bin get sticky.zip
  13.  
  14. pkunzip sticky.zip producing these files:
  15.  
  16. sticky.ini       - move to c:\windows
  17.                    You will want to config this using the config
  18.                    option of stickyt
  19. vbrun300.dll     - move to c:\windows\system
  20. stickyt.exe      - sticky talk program - use this to config and send
  21.                    messages
  22. stickyl.exe      - sticky listen program - use this to receive messages
  23.  
  24. Copy the *.exe files to any directory, and define them to program manager 
  25. - probably in the startup group.
  26.  
  27.  
  28. Tested with TRUMPET WINSOCK Alpha 18, and nothing else.
  29.  
  30.  
  31. Using it from UNIX
  32. ------------------
  33.  
  34. Try sending a message from a UNIX session by telnetting to the PC at port
  35. (default) 6711 - then type in, for example:
  36. 0005Harry0007Go home!<enter>
  37.  
  38.  
  39. Ownership
  40. ---------
  41.  
  42. Owned by the Commonwealth Scientific and Industrial Research Organization
  43. (CSIRO), ITSB, Canberra, Australia.  Written in a hurry by Kent Fitch.
  44. The executable can be used by anyone, but not resold.  Source is available
  45. (but a bit scrappy) - send email to commprog@its.csiro.au with a donation
  46. made out to CSIRO.  (CSIRO is a government funded not-for-profit organization
  47. - we always need more money).
  48.  
  49. Acknowledgements
  50. ----------------
  51.  
  52. Steve Green - ITSB  CSIRO for the idea
  53. Peter Tattam - for TRUMPET winsock
  54. Microsoft VB developers - for a great development environment
  55.  
  56. 10Dec93 Version: 0.00
  57. 11Dec93 Version: 0.10
  58.                 - added version #
  59.                 - copy/paste to clipboard
  60.  
  61.                                  -- 0 --
  62.